type strconv.decimalSlice
14 uses
strconv (current package)
ftoa.go#L111: var digs decimalSlice
ftoa.go#L164: var digs decimalSlice
ftoa.go#L168: digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
ftoa.go#L191: digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
ftoa.go#L196: func formatDigits(dst []byte, shortest bool, neg bool, digs decimalSlice, prec int, fmt byte) []byte {
ftoa.go#L370: type decimalSlice struct {
ftoa.go#L377: func fmtE(dst []byte, neg bool, d decimalSlice, prec int, fmt byte) []byte {
ftoa.go#L432: func fmtF(dst []byte, neg bool, d decimalSlice, prec int) []byte {
ftoaryu.go#L20: func ryuFtoaFixed32(d *decimalSlice, mant uint32, exp int, prec int) {
ftoaryu.go#L90: func ryuFtoaFixed64(d *decimalSlice, mant uint64, exp int, prec int) {
ftoaryu.go#L167: func formatDecimal(d *decimalSlice, m uint64, trunc bool, roundUp bool, prec int) {
ftoaryu.go#L227: func ryuFtoaShortest(d *decimalSlice, mant uint64, exp int, flt *floatInfo) {
ftoaryu.go#L366: func ryuDigits(d *decimalSlice, lower, central, upper uint64,
ftoaryu.go#L412: func ryuDigits32(d *decimalSlice, lower, central, upper uint32,